From d04b3b772c6517db7af649b3ac4c82c0fb8496e7 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 27 Jan 2015 19:15:11 -0500 Subject: [PATCH] Remove trailing . from titles --- docs/user/app/_app_intro.dox | 2 +- docs/user/interface/_interface_intro.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/app/_app_intro.dox b/docs/user/app/_app_intro.dox index ac9aaee5d4..ec40ad156d 100644 --- a/docs/user/app/_app_intro.dox +++ b/docs/user/app/_app_intro.dox @@ -8,7 +8,7 @@ /*! - \page app_intro Introduction to the Application Kit. + \page app_intro Introduction to the Application Kit The Application Kit should be your starting point if you want to write native Haiku applications with a GUI. The application kit does diff --git a/docs/user/interface/_interface_intro.dox b/docs/user/interface/_interface_intro.dox index 0f36cefb90..abc2930514 100644 --- a/docs/user/interface/_interface_intro.dox +++ b/docs/user/interface/_interface_intro.dox @@ -8,7 +8,7 @@ /*! - \page interface_intro Introduction to the Interface Kit. + \page interface_intro Introduction to the Interface Kit The Interface Kit holds all the classes you'll need to develop a GUI. Building on the messaging facilities provided by the Application Kit,