From 0d342f0aee3f2f800e486c0051dabe718a7b2841 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 23 Mar 2011 11:14:27 +0100 Subject: I don't like nxhtml --- emacs.d/nxhtml/tests/in/zn-090529-doxysample.php | 37 ------------------------ 1 file changed, 37 deletions(-) delete mode 100644 emacs.d/nxhtml/tests/in/zn-090529-doxysample.php (limited to 'emacs.d/nxhtml/tests/in/zn-090529-doxysample.php') diff --git a/emacs.d/nxhtml/tests/in/zn-090529-doxysample.php b/emacs.d/nxhtml/tests/in/zn-090529-doxysample.php deleted file mode 100644 index 3eddd90..0000000 --- a/emacs.d/nxhtml/tests/in/zn-090529-doxysample.php +++ /dev/null @@ -1,37 +0,0 @@ - - * @date Fri May 29 15:28:06 2009 - * - * @brief Example file commented with Doxygen (via doxymacs) - * - * Longer description of what this file is - * Possibly multiline - */ - - -/** - * Echos the parameter - * - * @param text Text to echo - * - * @return EOL message - */ -function say($text) -{ - echo $text; - return "I spoketh."; -} -?> - -
-This is HTML, so the following has no special meaning: -/** - * Fake comment - * - * @param whatever Foo - * - * @return bar - */ -
-- cgit v1.2.3-54-g00ecf