[nemiver/gtk2-branch] Add comment to is_word_delimiter



commit 8c627cfad1faec84403239e67d4ebb3f6552ffcf
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sat Sep 3 00:35:28 2011 +0200

    Add comment to is_word_delimiter
    
    	* src/uicommon/nmv-source-editor.cc (is_word_delimiter): Add comment.

 src/uicommon/nmv-source-editor.cc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/uicommon/nmv-source-editor.cc b/src/uicommon/nmv-source-editor.cc
index 3c69190..ceb752d 100644
--- a/src/uicommon/nmv-source-editor.cc
+++ b/src/uicommon/nmv-source-editor.cc
@@ -1159,6 +1159,10 @@ SourceEditor::get_file_name (UString &a_file_name)
     a_file_name = Glib::locale_to_utf8 (path);
 }
 
+///  \return true if a_char represents a variable name delimiter
+///  character, false otherwise.
+///
+///  \param a_char the character to consider.
 bool
 is_word_delimiter (gunichar a_char)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]