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

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 4978935175577600: Issue 1515 - Mention dynamic properties in the Filter and Subscription docs (Closed)
Patch Set: Created Oct. 30, 2014, 4:18 a.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FilterEngine.h
===================================================================
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -33,6 +33,9 @@
/**
* Wrapper for an Adblock Plus filter object.
+ * There are no accessors for most
+ * [filter properties](https://adblockplus.org/jsdoc/adblockplus/symbols/Filter.html),
+ * use `GetProperty()` to retrieve them by name.
*/
class Filter : public JsValue,
public std::tr1::enable_shared_from_this<Filter>
@@ -80,6 +83,9 @@
/**
* Wrapper for a subscription object.
+ * There are no accessors for most
+ * [subscription properties](https://adblockplus.org/jsdoc/adblockplus/symbols/Subscription.html),
+ * use `GetProperty()` to retrieve them by name.
*/
class Subscription : public JsValue,
public std::tr1::enable_shared_from_this<Subscription>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld