From 4020dad276f7d6d91afe250d224651ed8b8ac4bc Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Sat, 6 Nov 2010 20:07:41 -0700 Subject: Fixing the comments sections up a litle --- pycco/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pycco') diff --git a/pycco/main.py b/pycco/main.py index a2edccc..0235f9b 100644 --- a/pycco/main.py +++ b/pycco/main.py @@ -25,7 +25,7 @@ # cd pycco # python setup.py install -#### Main Documentation Generation Functions +# === Main Documentation Generation Functions === # Generate the documentation for a source file by reading it in, splitting it up # into comment/code sections, highlighting them for the appropriate language, @@ -213,6 +213,7 @@ def highlight(source, sections, preserve_paths=True, outdir=None): section["num"] = i # === HTML Code generation === +# # Once all of the code is finished highlighting, we can generate the HTML file # and write out the documentation. Pass the completed sections into the template # found in `resources/pycco.html` -- cgit v1.2.1