chiark / gitweb /
documentation/doxygen: remove static keyword from variable types as well.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 13 Sep 2024 22:16:34 +0000 (00:16 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 14 Sep 2024 00:46:33 +0000 (02:46 +0200)
commit53ac5a6b1a4951282b5cde6a3a8c4813bed9adbe
tree21c31230831f85c08c05863f4a80b30d26baae84
parent50a7fc5324198f45cde042c87c7a0b4f651b3d25
documentation/doxygen: remove static keyword from variable types as well.

Like was done in a74bdefc58a34b8054e61e84b480ad6cf0105ad2 for functions.
I didn't notice until now, but Doxygen 1.11 finally fixed that, which
uncovered the mistake in the test_compound.Listing test.
documentation/doxygen.py
documentation/test_doxygen/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html
documentation/test_doxygen/cpp_function_variable_attributes/Doxyfile [moved from documentation/test_doxygen/cpp_function_attributes/Doxyfile with 100% similarity]
documentation/test_doxygen/cpp_function_variable_attributes/classBase.html [moved from documentation/test_doxygen/cpp_function_attributes/classBase.html with 100% similarity]
documentation/test_doxygen/cpp_function_variable_attributes/classDerived.html [moved from documentation/test_doxygen/cpp_function_attributes/classDerived.html with 100% similarity]
documentation/test_doxygen/cpp_function_variable_attributes/input.h [moved from documentation/test_doxygen/cpp_function_attributes/input.h with 89% similarity]
documentation/test_doxygen/cpp_function_variable_attributes/structFinal.html [moved from documentation/test_doxygen/cpp_function_attributes/structFinal.html with 100% similarity]
documentation/test_doxygen/cpp_function_variable_attributes/structFoo.html [moved from documentation/test_doxygen/cpp_function_attributes/structFoo.html with 86% similarity]
documentation/test_doxygen/test_cpp.py