瀏覽代碼

* Fixed bug #27829

git-svn-id: trunk@30609 -
michael 10 年之前
父節點
當前提交
f787468412
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/fpdoc/fpdoc.pp

+ 1 - 1
utils/fpdoc/fpdoc.pp

@@ -284,7 +284,7 @@ begin
   else if s = '--warn-no-node' then
   else if s = '--warn-no-node' then
     FCreator.Options.WarnNoNode := True
     FCreator.Options.WarnNoNode := True
   else if s = '--show-private' then
   else if s = '--show-private' then
-    FCreator.Options.ShowPrivate := False
+    FCreator.Options.ShowPrivate := True
   else if s = '--stop-on-parser-error' then
   else if s = '--stop-on-parser-error' then
     FCreator.Options.StopOnParseError := True
     FCreator.Options.StopOnParseError := True
   else if s = '--dont-trim' then
   else if s = '--dont-trim' then