fixincludeguards.sh: add TODO note
Change-Id: Ia19608118ae129c56846941508c4cca5c9020c8d
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
# a) fixincludeguards.sh header.hxx
|
||||
# b) find . -name *.hxx -or -name *.h | xargs sh fixincludeguards.sh
|
||||
|
||||
# TODO: This doesn't fix wrong #endif comments, like:
|
||||
# #ifndef FOO_BAR_HXX
|
||||
# #define FOO_BAR_HXX
|
||||
# ...
|
||||
# #endif // OTHER_BAR_HXX
|
||||
|
||||
guard_prefix="INCLUDED_"
|
||||
|
||||
for fn in "$@"; do
|
||||
|
Reference in New Issue
Block a user