From e432d3dc3cc73204e581505ee2fcaebe5734240c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Such=C3=BD?= Date: Sat, 23 Feb 2013 17:19:44 +0100 Subject: [PATCH] Doc fix --- doc/building.dox | 2 +- doc/coding-style.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index 9d84d17ca..da7cdeb9f 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -182,7 +182,7 @@ You will need [Native Client SDK](https://developers.google.com/native-client/be Tested version is `pepper_22`. Make sure you have `toolchains` Git submodule updated, as -@ref building-download "explained above". Don't forget to adapt `NACL_PREFIX +@ref building-download "explained above". Don't forget to adapt `NACL_PREFIX` variable in `generic/NaCl-glibc-x86-32.cmake` and `generic/NaCl-glibc-x86-64.cmake` to path where your SDK is installed. Default is `/usr/nacl`. You may need to adapt also `NACL_TOOLCHAIN_PATH` so CMake is able to find the compiler. diff --git a/doc/coding-style.dox b/doc/coding-style.dox index 4a19a405b..6817a1e16 100644 --- a/doc/coding-style.dox +++ b/doc/coding-style.dox @@ -35,7 +35,7 @@ removing redundant prefixes) is encouraged. @subsubsection cpp-forward-declarations Forward declarations and forward declaration headers -When an namespace has classes which are commonly forward-declared, consider +When a namespace has classes which are commonly forward-declared, consider making a forward declaration header - it should have the same name as the namespace itself and contain foward declarations for all classes, enums and copies of all meaningful typedefs. See @ref compilation-forward-declarations