Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus.h

Issue 5728380594946048: Issue 116 - Document the libadblockplus API (Closed)
Patch Set: Write libadblockplus in lower case consistently Created Sept. 2, 2014, 2:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile ('k') | include/AdblockPlus/AppInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus.h
===================================================================
--- a/include/AdblockPlus.h
+++ b/include/AdblockPlus.h
@@ -15,6 +15,18 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @mainpage libadblockplus source code documentation
+ * This is the source code documentation of libadblockplus. See the
+ * <a href="https://hg.adblockplus.org/libadblockplus/file/default/README.md">README</a>
+ * for build instructions and basic usage.
+ */
+
+/**
+ * @namespace AdblockPlus
+ * Main namespace of libadblockplus.
+ */
+
#ifndef ADBLOCK_PLUS_ADBLOCK_PLUS_H
#define ADBLOCK_PLUS_ADBLOCK_PLUS_H
« no previous file with comments | « Makefile ('k') | include/AdblockPlus/AppInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld