Do not include documentation of commented-out items

Some documentation of commented-out items was being output to HTML,
which was causing that documentation to be merged with the
documentation of the next item.  Fixed by changing "##" to "#" so
that the doc comments are not included in the HTML.
This commit is contained in:
Daniel Thayer 2013-10-22 13:46:09 -05:00
parent bb14a44c2f
commit e724e5d392
2 changed files with 6 additions and 4 deletions

View file

@ -28,8 +28,8 @@ export {
## values for a sumstat.
global cluster_ss_request: event(uid: string, ss_name: string, cleanup: bool);
## Event sent by nodes that are collecting sumstats after receiving a
## request for the sumstat from the manager.
# Event sent by nodes that are collecting sumstats after receiving a
# request for the sumstat from the manager.
#global cluster_ss_response: event(uid: string, ss_name: string, data: ResultTable, done: bool, cleanup: bool);
## This event is sent by the manager in a cluster to initiate the