[haiku-bugs] [Haiku] #14392: makefile-engine documentation error

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Thu, 23 Aug 2018 18:57:30 -0000

#14392: makefile-engine documentation error
-----------------------------+------------------------------
 Reporter:  ahwayakchih      |        Owner:  nielx
     Type:  bug              |       Status:  new
 Priority:  normal           |    Milestone:  R1
Component:  Documentation    |      Version:  R1/Development
 Keywords:  makefile-engine  |   Blocked By:
 Blocking:                   |  Has a Patch:  0
 Platform:  All              |
-----------------------------+------------------------------
 In ''makefile-engine.html'' file, there is an error in resource type at
 line 208
 
(https://github.com/haiku/haiku/blob/9a152c9cb030c923e74090a96662a64cd5946995/docs/misc
 /makefile-engine.html#L208).

 There is:

 {{{
 resource app<em>name</em>catalog_entry
 }}}

 there (which in browser looks like: ''appnamecatalog_entry''), but it
 should be:

 {{{
 resource app_name_catalog_entry
 }}}

 (which would look like a valid type name: ''app_name_catalog_entry'').

-- 
Ticket URL: <https://dev.haiku-os.org/ticket/14392>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: