diff --git a/Readme.md b/Readme.md index 2452c1a..5a5249d 100644 --- a/Readme.md +++ b/Readme.md @@ -44,4 +44,8 @@ Searching shodan requires you to build up queries, and facets to make it easier ); -``` \ No newline at end of file +``` + +## APi Docs + +You can find doxygen docs [here](http://shodan-csharp-docs.azurewebsites.net/) \ No newline at end of file diff --git a/doxy.config b/doxy.config index 9f8d38e..c28161a 100644 --- a/doxy.config +++ b/doxy.config @@ -933,7 +933,7 @@ USE_MDFILE_AS_MAINPAGE = # also VERBATIM_HEADERS is set to NO. # The default value is: NO. -SOURCE_BROWSER = YES +SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body of functions, # classes and enums directly into the documentation. diff --git a/src/Shodan.Net/Properties/AssemblyInfo.cs b/src/Shodan.Net/Properties/AssemblyInfo.cs index 8e93c23..956794a 100644 --- a/src/Shodan.Net/Properties/AssemblyInfo.cs +++ b/src/Shodan.Net/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; /*! \mainpage Shodan.Net * Shodan.net is a simple c# implementation of the shodan api - * Shodan.net is missing the streams api, but it will come soon. Most of the action occurs in ShodanClient.cs + * Shodan.net is missing the streams api, but it will come soon. Most of the action occurs in Shodan.Net.ShodanClient */ // General Information about an assembly is controlled through the following