From 36dfc43ce9435faf61adae8dc955b8b3b411abdb Mon Sep 17 00:00:00 2001
From: Ben Reynwar <ben@reynwar.net>
Date: Sun, 7 Apr 2013 23:07:11 -0700
Subject: sphinx-docs: Minor updates to sphinx documentation.

---
 docs/doxygen/swig_doc.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'docs/doxygen/swig_doc.py')

diff --git a/docs/doxygen/swig_doc.py b/docs/doxygen/swig_doc.py
index 2326f0e5bd..da104a2e00 100644
--- a/docs/doxygen/swig_doc.py
+++ b/docs/doxygen/swig_doc.py
@@ -221,13 +221,13 @@ def make_block2_entry(di, block):
     class_description = combine_descriptions(block)
     make_func = block.get_member('make', DoxyFunction)
     make_description = combine_descriptions(make_func)
-    description = class_description + "\n\n" + make_description
+    description = class_description + "\n\nConstructor Specific Documentation:\n\n" + make_description
     # Associate the combined description with the class and
     # the make function.
     output = []
-    #output.append(make_class_entry(
-    #        block, description=description,
-    #        ignored_methods=['make'], params=make_func.params))
+    output.append(make_class_entry(
+            block, description=description,
+            ignored_methods=['make'], params=make_func.params))
     makename = block.name() + '::make'
     output.append(make_func_entry(
             make_func, name=makename, description=description,
-- 
cgit v1.2.3