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: Address all comments Created Sept. 1, 2014, 4:59 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
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
+ * [README](https://hg.adblockplus.org/libadblockplus/file/default/README.md/)
Wladimir Palant 2014/09/01 17:36:56 Nit: Please remove trailing slash.
Felix Dahlke 2014/09/02 05:24:51 It's deliberate actually - for some reason Doxygen
+ * 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') | include/AdblockPlus/FilterEngine.h » ('J')

Powered by Google App Engine
This is Rietveld