Domain elements for programming

Use the programming elements to define programming syntax or give examples of programming-specfic information.

<apiname>API Name

Use the <apiname> element to describe the name of an application programming interface such as a Java class or method name.

<apiname> API Name

Use the <apiname> element to describe the name of an application programming interface such as a Java class or method name.

<codeblock> example

<codeblock>
  <recipe>
    <title>Scrambled eggs</title>
      <ingredient>Ingredients</ingredient>
        <ingredient_list>
          <list_item>5 eggs</list_item>
          <list_item>1/2 cup milk</list_item>
          <list-Item>1 tbsp butter</list_item>
        </ingredient_list>
        <instructions>Melt butter. . . .
        </instructions>
  </recipe>
</codeblock>