From 15b6c5f12a2490538cfe0dcc1852a4304d192896 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Mon, 27 Oct 2014 20:01:41 +0000 Subject: Explicitly document NULL is not a valid argument for Fl_Text_Display::linenumber_format(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10397 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Text_Display.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index f6c3f50c2..18bb0ed2e 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -331,6 +331,8 @@ Fl_Align Fl_Text_Display::linenumber_align() const { An internal copy of \p val is allocated and managed; it is automatically freed whenever a new value is assigned, or when the widget is destroyed. + + The value of \p val must \a not be NULL. Example values: -- cgit v1.2.3