Skip to content

Commit 44dbea4

Browse files
committed
Add another line in the generate constant header script
The generated headers are currently missing a newline prior to @ifdef cpp_examples which is causing doc generation to fail. PiperOrigin-RevId: 321272103
1 parent cdec053 commit 44dbea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analytics/generate_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
(r'(?s)(@code)([^{].*using namespace firebase::analytics;'
9292
r'.*Parameter [^{]+[^}]+}.*@endcode)',
9393
'\n'
94+
'///\n'
9495
'/// @if cpp_examples\n'
9596
'/// \\1{.cpp}'
9697
'\\2\n\n'

0 commit comments

Comments
 (0)