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,