doc/conventions.txt: find_x: Returns nullptr or equivalent if not found

master
Perttu Ahola 2014-10-28 09:46:13 +02:00
parent ee48a47094
commit 91cb06eb8d
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ Ordering of #include directives:
Non-exception throwing and exception-throwing methods
-----------------------------------------------------
- get_x: Returns NULL or equivalent if not found
- get_x: Returns nullptr or equivalent if not found
- find_x: Returns nullptr or equivalent if not found
- check_x: Throws exception if not found
Directory structure