Stop cFunctionRef constructor from disabling default copy constructor. (#4173)

* Stop cFunctionRef constructor from disabling default copy constructor.
+ cFunctionRef: Improve documentation
This commit is contained in:
peterbell10
2018-07-24 22:30:05 +01:00
committed by Tiger Wang
parent 31a11a6df4
commit b5f29d5d2c
2 changed files with 32 additions and 7 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
# Doxygen uses this value to replace tabs by spaces in code fragments.
TAB_SIZE = 2
TAB_SIZE = 4
# This tag can be used to specify a number of aliases that acts
# as commands in the documentation. An alias has the form "name=value".