From efbfdcf450d16c2b5949fb6fefe7b1e5412f0024 Mon Sep 17 00:00:00 2001 From: Mikhail Koviazin Date: Mon, 19 Feb 2024 11:27:30 +0200 Subject: [PATCH] [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. --- lang/c++/MainPage.dox | 3 --- 1 file changed, 3 deletions(-) diff --git a/lang/c++/MainPage.dox b/lang/c++/MainPage.dox index eab49d3e627..0f4f0e97141 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 apt-get install 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. */ -