This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 4a0696a2d [C++] Fix main page for Doxygen. (#2749)
4a0696a2d is described below
commit 4a0696a2d61f762a063f6b089f070b374d76fafe
Author: Mikhail Koviazin <[email protected]>
AuthorDate: Mon Feb 19 11:27:30 2024 +0200
[C++] Fix main page for Doxygen. (#2749)
Doxygen doesn't have a `\ul` tag and therefore it's currently displayed
as a plain text on a web page. This commit removes it.
(cherry picked from commit efbfdcf450d16c2b5949fb6fefe7b1e5412f0024)
---
lang/c++/MainPage.dox | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lang/c++/MainPage.dox b/lang/c++/MainPage.dox
index eab49d3e6..0f4f0e971 100644
--- a/lang/c++/MainPage.dox
+++ b/lang/c++/MainPage.dox
@@ -63,7 +63,6 @@ In order to build Avro C++, one needs the following:
For Ubuntu Linux, for example, you can have these by doing
<tt>apt-get install</tt> for the following packages:
-\ul
\li cmake
\li g++
\li libboost-dev
@@ -73,7 +72,6 @@ For Ubuntu Linux, for example, you can have these by doing
\li libboost-system-dev
For Windows native builds, you need to install the following:
-\ul
\li cmake
\li boost distribution from Boost consulting
\li Visual studio
@@ -336,4 +334,3 @@ corresponding to a given schema.
Please see DataFile.hh for more details.
*/
-