changeset 693:9ed1d4a41478

Allow @apiNote, @implNote, @implSpec everywhere.
author mduigou
date Sun, 24 Mar 2013 09:20:37 -0700
parents 1cf86761d2cc
children 99cc77bee82f
files common/makefiles/javadoc/Javadoc.gmk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/common/makefiles/javadoc/Javadoc.gmk	Tue Mar 19 11:13:14 2013 -0700
+++ b/common/makefiles/javadoc/Javadoc.gmk	Sun Mar 24 09:20:37 2013 -0700
@@ -390,9 +390,9 @@
 	  $(call OptionPair,-tag,specdefault:X)				; \
 	  $(call OptionPair,-tag,Note:X)				; \
 	  $(call OptionPair,-tag,ToDo:X)				; \
-          $(call OptionPair,-tag,apiNote:optcm:<em>API Note<em>)  	; \
-          $(call OptionPair,-tag,implSpec:optcm:<em>Implementation Requirements<em> ); \
-          $(call OptionPair,-tag,implNote:optcm:<em>Implementation Note<em>)  	; \
+          $(call OptionPair,-tag,apiNote:a:<em>API Note<em>)  	; \
+          $(call OptionPair,-tag,implSpec:a:<em>Implementation Requirements<em> ); \
+          $(call OptionPair,-tag,implNote:a:<em>Implementation Note<em>)  	; \
           $(call OptionPair,-tag,param )                                ; \
           $(call OptionPair,-tag,return )                               ; \
           $(call OptionPair,-tag,exception )                            ; \