Merge branch 'RC_1_1'

This commit is contained in:
arvidn 2016-02-17 18:44:35 -08:00
commit fd77ff1169
3 changed files with 4 additions and 2 deletions

View File

@ -81,9 +81,11 @@ names = []
types = []
for l in f:
description_line = l.lstrip().startswith('// ')
l = l.strip()
if l.startswith('// '):
if description_line == True:
if len(names) > 0:
render_section(names, description, types)
description = ''

View File

@ -120,5 +120,5 @@ ifneq ($(STAGE),)
endif
clean:
rm -f $(TARGETS:=.html) $(TARGETS:=.pdf) $(FIGURES:=.png) $(FIGURES:=.eps) settings.rst todo.html reference*.html reference*.rst
rm -f $(TARGETS:=.html) $(TARGETS:=.pdf) $(FIGURES:=.png) $(FIGURES:=.eps) settings.rst todo.html reference*.html reference*.rst stats_counters.rst manual.rst

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB