diff --git a/doxy.config b/doxy.config index 3f25652..9f8d38e 100644 --- a/doxy.config +++ b/doxy.config @@ -827,7 +827,7 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = */Shodan.Net.UnitTests/* */obj/* AssemblyInfo.cs +EXCLUDE_PATTERNS = */Shodan.Net.UnitTests/* */obj/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the diff --git a/src/Shodan.Net/Properties/AssemblyInfo.cs b/src/Shodan.Net/Properties/AssemblyInfo.cs index 9325fee..8e93c23 100644 --- a/src/Shodan.Net/Properties/AssemblyInfo.cs +++ b/src/Shodan.Net/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -/*! \mainpage Shodan.Net +/*! \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 */ @@ -21,4 +21,4 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("2ac1566f-7c77-499e-b9ae-1f029bd7f7e8")] +[assembly: Guid("2ac1566f-7c77-499e-b9ae-1f029bd7f7e8")] \ No newline at end of file