From 7056eaa251df33e178c21e0fb29c6d65bc2c9147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Thu, 9 Jan 2020 19:15:50 +0800 Subject: Get around the double level 1 header bug in Doxygen --- Doxyfile | 2 +- README.md | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Doxyfile b/Doxyfile index d15459c..e760940 100644 --- a/Doxyfile +++ b/Doxyfile @@ -44,7 +44,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Native interface written in C for interacting with Interchange servers" +PROJECT_BRIEF = # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 diff --git a/README.md b/README.md index 0b0ea26..8d656b0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -# libicclient +# Native (non-web) interface written in C for interacting with [Interchange](https://interchangecommerce.org) servers -## Overview +# Building -Native (non-web) interface for interacting with [Interchange](https://interchangecommerce.org) servers. - -## Building - -### Getting and preparing for configuration +## Getting and preparing for configuration ```sh $ git clone git://darapsa.org/libicclient.git @@ -14,14 +10,14 @@ $ cd libicclient $ autoreconf --install ``` -### Optionally setting environment values +## Optionally setting environment values ```sh $ export CFLAGS="${CFLAGS} -g -DDEBUG -DANDROID -fPIC" # PIC might be needed later on android_armv7 $ export LDFLAGS="${LDFLAGS} -llog" # Android liblog ``` -### Configuring for various target hosts +## Configuring for various target hosts ```sh $ ./configure @@ -41,7 +37,7 @@ $ CC=/usr/local/arm-linux-androideabi/bin/arm-linux-androideabi-clang ./configur or so on. -### Compiling and linking +## Compiling and linking ```sh $ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this) -- cgit v1.2.3