minor docs fixes
This commit is contained in:
@@ -44,4 +44,8 @@ Searching shodan requires you to build up queries, and facets to make it easier
|
||||
);
|
||||
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
## APi Docs
|
||||
|
||||
You can find doxygen docs [here](http://shodan-csharp-docs.azurewebsites.net/)
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user