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

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 29336244: Issue 3648 - Update jsdoc links to the core code (Closed)
Patch Set: Created Feb. 10, 2016, 4:55 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 | « 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,7 +33,7 @@
/**
* Wrapper for an Adblock Plus filter object.
* There are no accessors for most
- * [filter properties](https://adblockplus.org/jsdoc/adblockplus/symbols/Filter.html),
+ * [filter properties](https://adblockplus.org/jsdoc/adblockpluscore/Filter.html),
* use `GetProperty()` to retrieve them by name.
*/
class Filter : public JsValue,
@@ -83,7 +83,7 @@
/**
* Wrapper for a subscription object.
* There are no accessors for most
- * [subscription properties](https://adblockplus.org/jsdoc/adblockplus/symbols/Subscription.html),
+ * [subscription properties](https://adblockplus.org/jsdoc/adblockpluscore/Subscription.html),
* use `GetProperty()` to retrieve them by name.
*/
class Subscription : public JsValue,
@@ -175,7 +175,7 @@
/**
* Callback type invoked when the filters change.
* The first parameter is the action event code (see
- * [FilterNotifier.triggerListeners](https://adblockplus.org/jsdoc/adblockplus/symbols/FilterNotifier.html#.triggerListeners)
+ * [FilterNotifier.triggerListeners](https://adblockplus.org/jsdoc/adblockpluscore/FilterNotifier.html#.triggerListeners)
* for the full list).
* The second parameter is the filter/subscription object affected, if any.
*/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld