]> git.proxmox.com Git - pve-docs.git/commitdiff
api-viewer/PVEAPI.js: fix syntax error
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 5 Sep 2016 08:07:41 +0000 (10:07 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 5 Sep 2016 08:07:41 +0000 (10:07 +0200)
api-viewer/PVEAPI.js

index 9c3ca677df169fc56dac61f45e6955728269cc13..081c6b9f7d0ecb344b8be7b56f2711f8c71d831c 100644 (file)
@@ -47,7 +47,7 @@ Ext.onReady(function() {
 
        value = pdef.verbose_description || value;
 
-       TODO: try to render asciidoc correctly
+       // TODO: try to render asciidoc correctly
 
        metaData.style = 'white-space:pre-wrap;'