From b5f29d5d2cfd2b17cda5543fec0bcbdd3fa5c372 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Tue, 24 Jul 2018 22:30:05 +0100 Subject: Stop cFunctionRef constructor from disabling default copy constructor. (#4173) * Stop cFunctionRef constructor from disabling default copy constructor. + cFunctionRef: Improve documentation --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 90ad55ddb..e70103087 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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". -- cgit v1.2.3