Skip to content

Commit

Permalink
[C++] Fix main page for Doxygen. (#2749)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mkmkme committed Feb 19, 2024
1 parent cb61ddd commit efbfdcf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lang/c++/MainPage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -336,4 +334,3 @@ corresponding to a given schema.

Please see DataFile.hh for more details.
*/

0 comments on commit efbfdcf

Please sign in to comment.