From 7067eb3edbc76074459466203ef42adb018ce856 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 21 Jul 2015 11:09:02 +0100 Subject: [PATCH] Fixes for cmethod support. --- supportfiles/Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/supportfiles/Doxyfile b/supportfiles/Doxyfile index c3d6a97..3b4e957 100644 --- a/supportfiles/Doxyfile +++ b/supportfiles/Doxyfile @@ -229,6 +229,7 @@ TAB_SIZE = 4 # newlines. ALIASES = "copy=\par Copyright:\n© " +ALIASES += "cmethod=\fn" # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding "class=itcl::class"