aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/Doxyfile
diff options
context:
space:
mode:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>2008-11-30 10:10:15 +0000
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>2008-11-30 10:10:15 +0000
commiteb9f8877cb23fa0082f35cdc98454721419b43d5 (patch)
tree1d2efb249c23af035e7f23627789e8eb74bccc16 /maintenance/Doxyfile
parent36dab182b8db532432b25c1aa7bea4be6b90f152 (diff)
downloadmediawikicore-eb9f8877cb23fa0082f35cdc98454721419b43d5.tar.gz
mediawikicore-eb9f8877cb23fa0082f35cdc98454721419b43d5.zip
* Fixed doxygen warning in Article.php and User.php
* fix in Doxyfile
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/44060
Diffstat (limited to 'maintenance/Doxyfile')
-rw-r--r--maintenance/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile
index 2f6141440cce..cdc748d8e9f9 100644
--- a/maintenance/Doxyfile
+++ b/maintenance/Doxyfile
@@ -290,7 +290,7 @@ ALIASES = "type{1}=<b> \1 </b>:" \
"string=\type{String}" \
"str=\string" \
"mixed=\type{Mixed}" \
- "access=\n<b> Access </b>:\n" \
+ "access=\par Access:\n" \
"private=\access private" \
"protected=\access protected" \
"public=\access public" \ No newline at end of file